MediaFormatCollection Class |
Namespace: Independentsoft.Sip.Sdp
The MediaFormatCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| MediaFormatCollection |
Initializes a new instance of the MediaFormatCollection class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the MediaFormatCollection.
| |
| Formats |
Gets array of media formats.
| |
| IsSynchronized |
Gets a value indicating whether access to the MediaFormatCollection is synchronized (thread-safe).
| |
| Item |
Gets phone number associated with the specified position. In C#, this property is the indexer for the MediaFormatCollection class.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the MediaFormatCollection.
|
| Name | Description | |
|---|---|---|
| Add |
Adds media format to the collection.
| |
| Clear |
Removes all elements from the MediaFormatCollection.
| |
| CopyTo |
Copies an MediaFormatCollection array to the collection, starting at a specified target index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an IEnumerator that can iterate through the MediaFormatCollection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Removes the specified media format from the collection, if it is present.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |